blob: 04d46a9fb2b7d92d88a4995a30de23ea06294e6c [file] [log] [blame]
#ifndef J_H
#define J_H
#define STR(x) #x
#define HDR(x) STR(x.h)
#include ALLOWED_INC
#include HDR(a)
const int j = a * a + b;
// expected-no-diagnostics
#endif