[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Sema / pre-c2x-compat.c
blobfad472f1f72d54d47f97635d8a4d2abef3c24c0e
1 // RUN: %clang_cc1 %s -std=c2x -Wpre-c2x-compat -pedantic -fsyntax-only -verify
3 int digit_seps = 123'456; // expected-warning {{digit separators are incompatible with C standards before C23}}