aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/reflection-mangle-itanium.cpp
blob: a6266165e77f82b9dfb288af99009ee9e5236000 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -std=c++26 -freflection -triple x86_64-unknown-linux-gnu \
// RUN:   -emit-llvm -o - %s -verify

int main() {
  (void)(^^int); // expected-error {{cannot compile this scalar expression yet}}
  return 0;
}