Files
Work/proto/junk/file2.cpp
2024-08-07 09:24:33 -04:00

13 lines
55 B
C++

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