all:
	qcc -g -shared -o cxxdll.so cxxdll.cc
	qcc -g -Wl,-E -lstdc++ -o cxxrunner cxxrunner.c
	LD_LIBRARY_PATH=. ./cxxrunner
