aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/213 source set dictionary/f.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/213 source set dictionary/f.c')
-rw-r--r--test cases/common/213 source set dictionary/f.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/213 source set dictionary/f.c b/test cases/common/213 source set dictionary/f.c
new file mode 100644
index 0000000..9c5bb1c
--- /dev/null
+++ b/test cases/common/213 source set dictionary/f.c
@@ -0,0 +1,7 @@
+#include "all.h"
+
+void (*p)(void) = (void *)0x1234ABCD;
+
+void f(void)
+{
+}