summaryrefslogtreecommitdiffstats
path: root/test/Frontend/fixed_point_errors.cpp
blob: aa95bb10c5d10dead94bcc47529255634ae1717b (plain)
1
2
3
4
5
// RUN: %clang_cc1 -x c++ -ffixed-point %s -verify

// Name namgling is not provided for fixed point types in c++

_Accum accum;                           // expected-error{{unknown type name '_Accum'}}