forked from OSchip/llvm-project
parent
212005c1b4
commit
af6ab88979
|
@ -1,6 +1,6 @@
|
|||
// RUN: clang-cc -fsyntax-only -verify %s
|
||||
|
||||
void abort();
|
||||
void abort() __attribute__((noreturn));
|
||||
|
||||
class Okay {
|
||||
int a_;
|
||||
|
|
Loading…
Reference in New Issue