blob: f35864776caf0bbf7b971b69f72cfef08dba91ee [file] [log] [blame]
#include "line1.h"
void f2();
int main()
{
f1();
f2();
}