Duncan Sands | 7904068 | 2010-11-25 21:48:20 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc %s -S |
Stuart Hastings | 49af1eb | 2010-08-04 22:05:38 +0000 | [diff] [blame] | 2 | struct TRunSoon { |
3 | template <class P1> static void Post() {} | ||||
4 | }; | ||||
5 | |||||
6 | @implementation TPrivsTableViewMainController | ||||
7 | - (void) applyToEnclosed { | ||||
8 | TRunSoon::Post<int>(); | ||||
9 | } | ||||
10 | @end |