dmd/compiler/test/runnable/testcheck.c
2023-02-18 09:26:51 +01:00

7 lines
66 B
C

int main()
{
int i = 3;
__check(i == 3);
return 0;
}