mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
7 lines
63 B
C
7 lines
63 B
C
#include <lkmc.h>
|
|
|
|
int main(void) {
|
|
lkmc_assert_fail();
|
|
}
|
|
|