summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/invalid-namespace-nesting.slang
blob: 0abb013479d74c5047e93153f2e0323e4a637834 (plain)
1
2
3
4
5
6
7
//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK): -target spirv

struct Type
{
    // CHECK: ([[# @LINE+1]]): error 30102:
    namespace ns {}
}