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