blob: e734830a1c4f1dff7d4f277653e392ca05816487 [file] [log] [blame]
// Build don't link:
struct X
{
static const bool b = true;
static const int i = b ? 1 : 2;
};