mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
5 lines
49 B
C++
5 lines
49 B
C++
#include "foo.h"
|
|
void use() {
|
|
f1();
|
|
foo f;
|
|
}
|