Files
Work/proto/file2.cpp
2024-08-07 09:16:27 -04:00

13 lines
55 B
C++

/*
extern int data;
void foo2()
{
data=2;
}
*/