blob: f807d4b637f639d599a3a4af40ee1365c364f0a1 [file] [log] [blame]
! RUN: %flang_fc1 -fsyntax-only %s
! This line contains the Latin-1 NBSP (non-breaking space) character '\xa0'
x1.
! This line contains the UTF-8 encoding of NBSP ('\xc2' '\xa0')
x= 1.
end