blob: 7d07af33b8b389937d180908d15b956f2f3b70fb (
plain)
1
2
3
4
5
6
7
|
//DIAGNOSTIC_TEST:SIMPLE:-E
// Undefining a macro that is not defined within C/C++ is defined as *not* an error or a warning.
// On checking with DXC/FXC they also have this behavior (ie they don't output anything)
// It's arguable if Slang should match this behavior - at least it is a warning.
#undef C
|