brintos

brintos / llvm-project-archived public Read only

0
0
Text · 628 B · b8bf551 Raw
28 lines · c
1// RUN: %clang_cc1 -fsyntax-only %s -Winvalid-utf8 -verify=expected2// RUN: %clang_cc1 -fsyntax-only %s -verify=nowarn3// nowarn-no-diagnostics4 5// This file is purposefully encoded as windows-12526// be careful when modifying.7 8//�9// expected-warning@-1 {{invalid UTF-8 in comment}}10 11// � �������� � � � �12// expected-warning@-1 6{{invalid UTF-8 in comment}}13 14/*�*/15// expected-warning@-1 {{invalid UTF-8 in comment}}16 17/*� �������� � � � �*/18// expected-warning@-1 6{{invalid UTF-8 in comment}}19 20/*2122*/23// expected-warning@-2 {{invalid UTF-8 in comment}}24 25// abcd26// �abcd27// expected-warning@-1 {{invalid UTF-8 in comment}}28