Richard Smith | 896c66e | 2015-10-21 07:13:52 +0000 | [diff] [blame] | 1 | #ifndef A_H |
2 | #define A_H | ||||
3 | static inline void f() {} | ||||
Richard Smith | 2dbe404 | 2015-11-04 19:26:32 +0000 | [diff] [blame] | 4 | constexpr int n = 0; |
Richard Smith | 896c66e | 2015-10-21 07:13:52 +0000 | [diff] [blame] | 5 | #endif |