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