blob: bc1ec1d487641a1986e91c85807812395b7e012c (
plain)
1
2
3
4
5
6
7
|
//TEST:SIMPLE(filecheck=CHECK):
// #ifdef support
// CHECK-NOT: ([[# @LINE+1]]): warning 30081:
#pragma warning (pop)
// Test that #pragma warning (pop) emits a warning when the stack is empty
|