blob: 1235c292c13f1d165c939bae0eabb873be5a80f7 (
plain)
1
2
3
4
5
6
7
8
9
|
//TEST:COMPILE: tests/bugs/serialization/gh-6892.slang -o tests/bugs/serialization/gh-6892.slang-module
// assertion failure when compiling to a slang module
void f()
{
for (int i = 0; i < 1; ++i)
;
}
|