summaryrefslogtreecommitdiffstats
path: root/util/romcc/tests/simple_test12.c
blob: 52c965fc96fdf09bc92099753bdd0566e95696c1 (plain)
1
2
3
4
5
6
7
8
9
static void spd_set_drb(void)
{
	unsigned char ch;
	char *str;
	str = "test_string";
	ch = *str;
	__builtin_outb(ch, 0xab);
}

OpenPOWER on IntegriCloud