blob: 017e2a2fc631f03c726cad9700bd05b0a346500a (
plain)
1
2
3
4
5
6
7
|
//DISABLE_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;
|