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
[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
[llvm-project.git]
/
flang
/
test
/
Parser
/
non-breaking-space.f90
blob
f807d4b637f639d599a3a4af40ee1365c364f0a1
1
! RUN: %flang_fc1 -fsyntax-only %s
2
! This line contains the Latin-1 NBSP (non-breaking space) character '\xa0'
3
x
=
1
.
4
! This line contains the UTF-8 encoding of NBSP ('\xc2' '\xa0')
5
x
=
1
.
6
end