summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/modules/error-in-nested-import/error-in-nested-import.slang
blob: b709b52b1c37ea6e4698f323545cf94bb4d41a65 (plain)
1
2
3
4
5
6
7
8
// error-in-nested-import.slang
//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):

// CHECK: ([[#@LINE+1]]): error
import a;

int main()
{}