[Flang] remove whole-archive option for AIX linker (#76039)
[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))