summaryrefslogtreecommitdiff
path: root/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'out.c')
-rw-r--r--out.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/out.c b/out.c
index 2e4e26a..d3c1aa0 100644
--- a/out.c
+++ b/out.c
@@ -1,4 +1,13 @@
#include "out.h"
/* toc */
+void foo(float a[10], int64_t (*out__)[3]) {
+}
void main__(void) {
+ void (*asdkofhj)(int64_t (*out__)[3]) = NULL;
+}
+
+int main(void) {
+ main__();
+ return 0;
+}