From 296ae46ed8f8f6e5f986f978febad302e3df231a Mon Sep 17 00:00:00 2001 From: Antonio Juarez Date: Mon, 3 Mar 2014 22:07:58 +0000 Subject: moved all stuff to github --- utils/test-static-assert.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils/test-static-assert.c (limited to 'utils/test-static-assert.c') diff --git a/utils/test-static-assert.c b/utils/test-static-assert.c new file mode 100644 index 000000000..fcac11ce7 --- /dev/null +++ b/utils/test-static-assert.c @@ -0,0 +1,6 @@ +#include + +static_assert(1, "FAIL"); +int main(int argc, char *argv[]) { + return 0; +} \ No newline at end of file -- cgit v1.2.3