1// "varying" qualifier is illegal with "void" type
2
3varying void *foo() { }
4