blob: 403583d633c7aa07c4180d3c29a05c970a1c80c7 [file] [log] [blame]
extern void func1();
int main()
{
func1();
}