brintos

brintos / llvm-project-archived public Read only

0
0
Text · 253 B · 61b0895 Raw
6 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -isystem %S %s2 3#include <no-warn-user-defined-literals-in-system-headers.h>4 5void operator "" bar(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}6