blob: 259f6b5d1f40bc7fcc4b112cfffb4d6ac855e640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//TEST_IGNORE_FILE:
// This file exists to be imported.
//
// It contains a semantic error that should lead to compilation failure
// in the module doing the importing.
void broken()
{
int a = b;
}
|