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