mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 20:49:40 -04:00
7 lines
128 B
C++
7 lines
128 B
C++
// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
|
|
|
|
void *__purecall = 0;
|
|
|
|
int main() {
|
|
return 42;
|
|
}
|