summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/Inputs/header-with-pragma-optimize-off.h
blob: ac5020697ebac42cddd82d56991ccb60e7a4521a (plain)
1
2
3
4
5

// Open an "off" region in this header.
#pragma clang optimize off

// Let the "off" region fall through to anything including this header.
OpenPOWER on IntegriCloud