mxe/src/libechonest-test.cpp

8 lines
79 B
C++

#include <echonest/Song.h>
int main()
{
Echonest::Song a;
return 0;
}