You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
326 B
10 lines
326 B
// RUN: %clang_cc1 -std=c++1z %s -verify
|
|
// RUN: %clang_cc1 -std=c++1z %s -ftrigraphs -fsyntax-only
|
|
|
|
??= define foo ; // expected-error {{}} expected-warning {{trigraph ignored}}
|
|
|
|
static_assert("??="[0] == '#', ""); // expected-error {{failed}} expected-warning {{trigraph ignored}}
|
|
|
|
// ??/
|
|
error here; // expected-error {{}}
|