5 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -Wfour-char-constants -pedantic-errors %s2 3int x = 'ab'; // expected-warning {{multi-character character constant}}4int y = 'abcd'; // expected-warning {{multi-character character constant}}5 1// RUN: %clang_cc1 -fsyntax-only -verify -Wfour-char-constants -pedantic-errors %s2 3int x = 'ab'; // expected-warning {{multi-character character constant}}4int y = 'abcd'; // expected-warning {{multi-character character constant}}5