summaryrefslogtreecommitdiff
path: root/tests/headers/use-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/use-core.h')
-rw-r--r--tests/headers/use-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/use-core.h b/tests/headers/use-core.h
index 535d2b15..42bb10d9 100644
--- a/tests/headers/use-core.h
+++ b/tests/headers/use-core.h
@@ -4,3 +4,5 @@ struct foo {
int a, b;
void* bar;
};
+
+typedef void (*fooFunction)(int bar);