brintos

brintos / llvm-project-archived public Read only

0
0
Text · 701 B · 1b3009b Raw
28 lines · c
1// RUN: %clang_cc1 -fsyntax-only %s -Winvalid-utf8 -verify2// expected-no-diagnostics3 4 5//§ § § 😀 你好 ©6 7/*§ § § 😀 你好 ©*/8 9/*10§ § § 😀 你好 ©©©11*/12 13/* § § § 😀 你好 © */14/*15    a longer comment to exerce the vectorized code path16    ----------------------------------------------------17    αααααααααααααααααααααα      // here is some unicode18    ----------------------------------------------------19    ----------------------------------------------------20*/21 22// The following test checks that a short comment is not merged23// with a subsequent long comment containing utf-824enum a {25    x  /* 01234567890ABCDEF*/26};27/*ααααααααα*/28