summaryrefslogtreecommitdiff
path: root/tests/diagnostics/recursive-import.slang
blob: b74e55be45076720888127e86348ae6d3aa4ac46 (plain)
1
2
3
4
5
6
//DIAGNOSTIC_TEST:SIMPLE:

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

import recursive_import_extra;