blob: 5729d411c5bcd9a974e321a4a535e0b08c7dfc0b [file] [log] [blame]
// ignore-license
void foo();
int main() {
foo();
return 0;
}