blob: 042298e0f0ff9e335062091d7d952eb4d79edab4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// entry-point-no-stage.slang
// Confirm that we generate a diagnostic when
// compiling an entry point without any
// stage specified.
//DIAGNOSTIC_TEST:SIMPLE:-entry main
void main()
{}
|