summaryrefslogtreecommitdiff
path: root/out.h
diff options
context:
space:
mode:
Diffstat (limited to 'out.h')
-rw-r--r--out.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/out.h b/out.h
index 4cc08ee..a1fb857 100644
--- a/out.h
+++ b/out.h
@@ -1,2 +1,3 @@
#include <stdint.h>
-void main__(void);
+void main__();
+static void foo();