1 /** 2 Copyright: Copyright (c) 2016, Joakim Brännström. All rights reserved. 3 License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 4 Author: Joakim Brännström (joakim.brannstrom@gmx.com) 5 6 A scratch area to try out new component tests. 7 When a test is finished it is meant to be migrated to a separate file. 8 This file shall always be empty in the git master branch. 9 */ 10 module test.component.scratch; 11 12 import std.typecons : Yes; 13 14 import unit_threaded; 15 import test.clang_util; 16 import test.helpers;