From e75e3976facda7de244fbb9a02eebf0d043ea1c8 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 26 Apr 2021 16:52:13 +0300 Subject: Condense test directory names. --- test cases/common/96 stringdef/stringdef.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test cases/common/96 stringdef/stringdef.c (limited to 'test cases/common/96 stringdef/stringdef.c') diff --git a/test cases/common/96 stringdef/stringdef.c b/test cases/common/96 stringdef/stringdef.c new file mode 100644 index 000000000..17e29fdc1 --- /dev/null +++ b/test cases/common/96 stringdef/stringdef.c @@ -0,0 +1,10 @@ +#include +#include + +int main(void) { + if(strcmp(FOO, "bar")) { + printf("FOO is misquoted: %s\n", FOO); + return 1; + } + return 0; +} -- cgit v1.2.3