forked from OSchip/llvm-project
parent
3913c06cc0
commit
8ef8e3a0d4
|
@ -69,6 +69,6 @@ void *HashLookup(unsigned int key, Hash hash)
|
|||
int
|
||||
main()
|
||||
{
|
||||
printf("&HashLookup = 0x%p\n", HashLookup);
|
||||
printf("&HashLookup = %d\n", !!HashLookup);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue