blob: cc7bcf52c60f301a127d9f29c5aae486ab27e0a2 [file] [log] [blame]
Eric Biederman5cd81732004-03-11 15:01:31 +00001
2
3static void hlt(void)
4{
5}
6
7static void main(void)
8{
9 void *foo;
10 foo = hlt;
11}