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