index
:
mxe.git
master
MXE (M cross environment) is a Makefile that compiles a cross compiler and cross compiles many free libraries.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qjson-test.cpp
blob: 78c218b3f9bfda51e433f774505ea6429566753c (
plain
)
1
2
3
4
5
6
7
#include <qjson/parser.h>
int
main
()
{
QJson
::
Parser p
;
return
0
;
}