mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 06:11:32 -05:00
8 lines
114 B
C++
8 lines
114 B
C++
// Set break point at this line.
|
|
|
|
extern "C" int foo(void);
|
|
int
|
|
main (int argc, char **argv)
|
|
{
|
|
return foo();
|
|
}
|