diff options
Diffstat (limited to 'test/support/nothing_to_do.pass.cpp')
-rw-r--r-- | test/support/nothing_to_do.pass.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/support/nothing_to_do.pass.cpp b/test/support/nothing_to_do.pass.cpp new file mode 100644 index 0000000000000..9125fe194f46d --- /dev/null +++ b/test/support/nothing_to_do.pass.cpp @@ -0,0 +1,14 @@ +// -*- C++ -*- +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +int main() +{ +} + |