mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -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;
|
|
}
|