diff options
Diffstat (limited to 'test cases/common/213 source set dictionary/nope.c')
-rw-r--r-- | test cases/common/213 source set dictionary/nope.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/213 source set dictionary/nope.c b/test cases/common/213 source set dictionary/nope.c new file mode 100644 index 0000000..0ce1d3b --- /dev/null +++ b/test cases/common/213 source set dictionary/nope.c @@ -0,0 +1,3 @@ +#include "all.h" + +void (*p)(void) = undefined; |