]> git.sesse.net Git - bcachefs-tools-debian/blob - ccan/build_assert/test/compile_ok.c
Update bcachefs sources to e82e656279 bcachefs: Cleanups for building in userspace
[bcachefs-tools-debian] / ccan / build_assert / test / compile_ok.c
1 #include <ccan/build_assert/build_assert.h>
2
3 int main(int argc, char *argv[])
4 {
5         BUILD_ASSERT(1 == 1);
6         return 0;
7 }