aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/no-warn-user-defined-literals-in-system-headers.cpp
blob: 61b08954c40b5863f2c1e6690e89437d7c742128 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -isystem %S %s

#include <no-warn-user-defined-literals-in-system-headers.h>

void operator "" bar(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}