brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 9d1d8f9 Raw
12 lines · c
1// RUN: %clang_cc1 -verify -std=c2y %s2// RUN: %clang_cc1 -verify -std=c23 %s3 4/* WG14 N3478: Yes5 * Slay Some Earthly Demons XIII6 *7 * It was previously UB to end a source file with a partial preprocessing token8 * or a partial comment. Clang has always diagnosed these.9 */10 11// expected-error@+1 {{unterminated /* comment}}12/*