summaryrefslogtreecommitdiff
path: root/tests/headers/typedefd-array-as-function-arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/typedefd-array-as-function-arg.h')
-rw-r--r--tests/headers/typedefd-array-as-function-arg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/typedefd-array-as-function-arg.h b/tests/headers/typedefd-array-as-function-arg.h
deleted file mode 100644
index 93790591..00000000
--- a/tests/headers/typedefd-array-as-function-arg.h
+++ /dev/null
@@ -1,3 +0,0 @@
-// foo.h
-typedef float myVector3[3];
-void modifyVectorFunc(myVector3 v);