Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git] / flang / test / Preprocessing / include-args.F90
blob7c521db666ff9a6c80832264587252c7cbd14753
1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
2 ! CHECK: call foo(3.14159 )
3 call foo (&
4 #include "args.h"
6 end