summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/2003-11-04-CatchLabelName.cpp
blob: 8acf88ddbaf3e569ad34849ed1d6e6c7b2b3fdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null

#include <string>

void bar();

void test() {
  try {
    bar();
  } catch (std::string) {}
}
OpenPOWER on IntegriCloud