[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Sema / pre-c2x-compat.c
blob15bb9b58349fad9314c83f51797cd100c9fbe3d0
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}}
4 unsigned char u8_char = u8'x'; // expected-warning {{unicode literals are incompatible with C standards before C23}}