summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/recursive-import.slang
blob: 312c579cff06346a71f051d3928e33a0a11e6ddd (plain)
1
2
3
4
5
6
7
//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):

// A file that recursively imports itself
// (including transitive cases) should be diagnosed.

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