summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run/capi_ctype_002_B.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ffi/should_run/capi_ctype_002_B.h')
-rw-r--r--testsuite/tests/ffi/should_run/capi_ctype_002_B.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ffi/should_run/capi_ctype_002_B.h b/testsuite/tests/ffi/should_run/capi_ctype_002_B.h
new file mode 100644
index 0000000000..6928290f47
--- /dev/null
+++ b/testsuite/tests/ffi/should_run/capi_ctype_002_B.h
@@ -0,0 +1,8 @@
+
+#ifndef __capi_ctype_002_B_H__
+#define __capi_ctype_002_B_H__
+
+#define f(p) p->j
+
+#endif
+