summaryrefslogtreecommitdiffstats
path: root/util/romcc/tests/fail_test9.c
blob: a24ce9ea3ee6bb2433eca4d7b41f76efc19133a3 (plain)
1
2
3
4
5
6
7
8
9
typedef __builtin_msr_t msr_t;

static msr_t rdmsr(unsigned long index)
{
	return __builtin_rdmsr(index);
}

#warning "romcc should die gracefully here"

OpenPOWER on IntegriCloud