]> git.ozlabs.org Git - ccan/blobdiff - ccan/build_assert/test/compile_ok.c
Move modules to ccan/ tools to tools/
[ccan] / ccan / build_assert / test / compile_ok.c
diff --git a/ccan/build_assert/test/compile_ok.c b/ccan/build_assert/test/compile_ok.c
new file mode 100644 (file)
index 0000000..bc5541f
--- /dev/null
@@ -0,0 +1,7 @@
+#include "build_assert/build_assert.h"
+
+int main(int argc, char *argv[])
+{
+       BUILD_ASSERT(1 == 1);
+       return 0;
+}