mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
547b6ed16e
commit
009944e774
10
test/FrontendObjC++/2010-08-04-Template.mm
Normal file
10
test/FrontendObjC++/2010-08-04-Template.mm
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: %llvmgcc %s -S -emit-llvm
|
||||
struct TRunSoon {
|
||||
template <class P1> static void Post() {}
|
||||
};
|
||||
|
||||
@implementation TPrivsTableViewMainController
|
||||
- (void) applyToEnclosed {
|
||||
TRunSoon::Post<int>();
|
||||
}
|
||||
@end
|
Loading…
Reference in New Issue
Block a user