forked from OSchip/llvm-project
6 lines
96 B
C
6 lines
96 B
C
|
// RUN: %clang_cc1 -fsyntax-only -verify
|
||
|
|
||
|
// PR9137
|
||
|
void f0(int x) : {};
|
||
|
void f1(int x) try {};
|