forked from OSchip/llvm-project
Testing commit rights. Removing trailing white space from test file.
llvm-svn: 281711
This commit is contained in:
parent
e5e7e153b5
commit
50d1ded535
|
@ -167,7 +167,7 @@ namespace destructor_tests {
|
|||
|
||||
// PR5620
|
||||
void f0() __attribute__((__noreturn__));
|
||||
void f1(void (*)());
|
||||
void f1(void (*)());
|
||||
void f2() { f1(f0); }
|
||||
|
||||
// Taking the address of a noreturn function
|
||||
|
|
Loading…
Reference in New Issue