blob: b4de8b41402d6938fd7cf83b782c8de84904d2b1 [file] [log] [blame]
#include <ccan/build_assert/build_assert.h>
int main(void)
{
BUILD_ASSERT(1 == 1);
return 0;
}