Add #define for main exit code
This commit is contained in:
@@ -907,6 +907,8 @@
|
||||
# 0 "<command-line>"
|
||||
#define __USES_INITFINI__ 1
|
||||
# 1 "src/main.c"
|
||||
#define exit 42
|
||||
|
||||
int main(void) {
|
||||
return 42;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user