Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
5e26fb169936ca1e24da6698ce895fec99af06c2
/
.
/
flang
/
test
/
Parser
/
non-breaking-space.f90
blob: f807d4b637f639d599a3a4af40ee1365c364f0a1 [
file
] [
log
] [
blame
]
!
RUN
:
%
flang_fc1
-
fsyntax
-
only
%
s
!
This
line contains the
Latin
-
1
NBSP
(
non
-
breaking space
)
character
'\xa0'
x
=
1.
!
This
line contains the UTF
-
8
encoding of NBSP
(
'\xc2'
'\xa0'
)
x
=Â
1.
end