summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/pragma-warning/pushed-not-popped.slang
blob: 0bcccd53efddd86fe79b6166a32d1d8bdcea8163 (plain)
1
2
3
4
5
6
7
//TEST:SIMPLE(filecheck=CHECK):
// #ifdef support

// CHECK: ([[# @LINE+1]]): warning 15612:
#pragma warning (push)

// Test that #pragma warning (push) emits a warning when the stack is not empty at the end