Closed
Description
Dunno the range of which compilers are affected but this is with VS6
#include <stdio.h>
static void PrintThing()
{
printf("aaaaa");
}
// store pointer to function to make sure compiler makes it
void *a = PrintThing;
symbol ?PrintThing@@YAXXZ
is present in the obj
attached is the code compiled to obj with VS6
objdiffstaticdebug.zip
Metadata
Metadata
Assignees
Labels
No labels