
from the given source. -emit-module behaves similarly to -emit-pch, except that Sema is somewhat more strict about the contents of -emit-module. In the future, there are likely to be more interesting differences. llvm-svn: 138595
6 lines
119 B
C++
6 lines
119 B
C++
int *f0(int*);
|
|
|
|
#pragma weak weak_identifier // expected-warning{{weak identifier 'weak_identifier' never declared}}
|
|
|
|
|