repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git]
/
flang
/
test
/
Preprocessing
/
inc-contin-2.F90
blob
3386ee0dfcddc4e2c0880e7ee9d9a0e91773b20b
1
! RUN: %flang_fc1 -E %s 2>&1 | FileCheck %s
2
! CHECK: print *, 3.14159
3
! CHECK: print *, 3. 14159
4
program main
5
#include "inc-contin-2a.h"
6
&14159
7
#include "inc-contin-2b.h"
8
&14159
9
end program main