Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / Inputs / pch-through-macro.h
blobbb33c32edeabe183f93ec83c91434ddc514df69e
1 #pragma once
2 #define Source(x,y)
3 #define InOut(size) Source(InOut, (size))