// Copyright 2017-2019 David Robillard // SPDX-License-Identifier: ISC #include "lilv/lilvmm.hpp" int main() { Lilv::World world; return 0; }