netbsd/external/bsd/llvm/dist/clang/test/SemaCXX/Inputs/header-with-pragma-optimize-off.h
2015-10-15 10:25:28 +02: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.