blob: 0971369913333835fd81efc1d1107582e7c82a6a [file] [log] [blame]
Richard Smith896c66e2015-10-21 07:13:52 +00001#ifndef A_H
2#define A_H
3static inline void f() {}
Richard Smith2dbe4042015-11-04 19:26:32 +00004constexpr int n = 0;
Richard Smith896c66e2015-10-21 07:13:52 +00005#endif