summaryrefslogtreecommitdiff
path: root/tests/diagnostics/undefined-identifier.slang
blob: 6c5a59f752222fa00482f48cef8adf4c4e2fed54 (plain)
1
2
3
4
5
6
7
//TEST:SIMPLE:
// use of undefined identifier

void foo()
{
	int a = b;
}