blob: d0383406d7e278cf3204d199a87f66982742d387 [file] [log] [blame]
// RUN: %llvmgcc %s -S -emit-llvm
struct TRunSoon {
template <class P1> static void Post() {}
};
@implementation TPrivsTableViewMainController
- (void) applyToEnclosed {
TRunSoon::Post<int>();
}
@end