summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/command-line/entry-point-redundant-stage.slang
blob: 788d7e2908d0835696ba22ac6ea738a9c60af489 (plain)
1
2
3
4
5
6
7
// entry-point-redundant-stage.slang

//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):-stage vertex -stage vertex

//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):-entry vsMain -stage vertex -stage vertex

// CHECK: was specified more than once