teak-llvm/clang/test/SemaCXX/Inputs/header-with-pragma-optimize-off.h
Dario Domizioli 6260cceec7 [TEST] Improve tests for #pragma clang optimize off/on
Added coverage for:
* More than one "off region" in the same file
* An "off region" falling off the end of an included file

llvm-svn: 214086
2014-07-28 14:33:17 +00:00

6 lines
141 B
C

// Open an "off" region in this header.
#pragma clang optimize off
// Let the "off" region fall through to anything including this header.