Revision 167060303b6d9ffb56b2785cec0f7e363f0876c6 authored by Brad King on 14 October 2021, 12:03:54 UTC, committed by Brad King on 14 October 2021, 12:03:54 UTC
1 parent 9b8a551
Raw File
item_fake.cpp
extern int item_undefined();
int item()
{
  return item_undefined();
}
back to top