forked from OSchip/llvm-project
4 lines
193 B
C
4 lines
193 B
C
|
// RUN: %clang_cc1 %s -std=c2x -Wpre-c2x-compat -pedantic -fsyntax-only -verify
|
||
|
|
||
|
int digit_seps = 123'456; // expected-warning {{digit separators are incompatible with C standards before C2x}}
|