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