diff options
author | Antonio Juarez <antonio.maria.juarez@live.com> | 2014-03-03 22:07:58 +0000 |
---|---|---|
committer | Antonio Juarez <antonio.maria.juarez@live.com> | 2014-03-03 22:07:58 +0000 |
commit | 296ae46ed8f8f6e5f986f978febad302e3df231a (patch) | |
tree | 1629164454a239308f33c9e12afb22e7f3cd8eeb /utils/test-static-assert.c | |
parent | changed name (diff) | |
download | monero-296ae46ed8f8f6e5f986f978febad302e3df231a.tar.xz |
moved all stuff to github
Diffstat (limited to '')
-rw-r--r-- | utils/test-static-assert.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <assert.h> + +static_assert(1, "FAIL"); +int main(int argc, char *argv[]) { + return 0; +}
\ No newline at end of file |