fail.S 172 B

12345678910
  1. /* See what happens on test failure with FAIL.
  2. * https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
  3. */
  4. #include "common.h"
  5. ENTRY
  6. FAIL
  7. EXIT