]> git.ozlabs.org Git - ponghero.git/blobdiff - ccan/build_assert/test/compile_ok.c
Prepare for release: rename to ponghero and pull in ccan.
[ponghero.git] / 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;
+}