From af80858e888c5f36979da88fcb1080de7b848967 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Thu, 27 Oct 2022 13:44:12 -0500 Subject: Reorganization. Added makefile --- tests/test_cpp_nonascii.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_cpp_nonascii.c (limited to 'tests/test_cpp_nonascii.c') diff --git a/tests/test_cpp_nonascii.c b/tests/test_cpp_nonascii.c new file mode 100644 index 0000000..3e97d81 --- /dev/null +++ b/tests/test_cpp_nonascii.c @@ -0,0 +1,2 @@ +/* ë */ +#define x 1 \ No newline at end of file -- cgit v1.2.1