Files
isle/tools/isledecomp/tests/samples/missing_offset.cpp
2023-12-01 15:10:32 -05:00

17 lines
230 B
C++

// Sample for python unit tests
// Not part of the decomp
#include <stdio.h>
int no_offset_comment()
{
static int dummy = 123;
return -1;
}
// FUNCTION: TEST 0xdeadbeef
void regular_ole_function()
{
printf("hi there");
}