mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
11 lines
136 B
ArmAsm
11 lines
136 B
ArmAsm
/* See what happens on test failure. */
|
|
|
|
#include "common.h"
|
|
|
|
ENTRY
|
|
#if 0
|
|
/* Uncomment this to see it fail. */
|
|
FAIL
|
|
#endif
|
|
EXIT
|