DEBSOURCES
Skip Quicknav
sources / chibicc / 1.0.23.2-2 / test / static_assert_1.c
1234567
#include <assert.h> int main() { static_assert(3 < 4, "hello"); }