mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
66 B
C
7 lines
66 B
C
|
|
int main()
|
|
{
|
|
int i = 3;
|
|
__check(i == 3);
|
|
return 0;
|
|
}
|