mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-24 20:54:59 -07:00
base class -> derived class autocast in eval system; completion of first pass
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <fstream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::fstream temp;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user