summaryrefslogtreecommitdiffstats
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;
}