mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 23:09:03 -04:00

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
6 lines
141 B
C
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.
|