File: sordmm_test.cpp

package info (click to toggle)
sord 0.16.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,792 kB
  • sloc: ansic: 3,038; cpp: 586; xml: 176; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2011 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC

#include <sord/sordmm.hpp>

int
main()
{
  Sord::World world;
  Sord::Model model(world, "http://example.org/");
  return 0;
}