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
/
libechonest-test.cpp
blob: b627c7b0e7b8bc278e283024cbb625171e149de0 (
plain
)
1
2
3
4
5
6
7
#include <echonest/Song.h>
int
main
()
{
Echonest
::
Song a
;
return
0
;
}