Add test inputs missed by r275481.

llvm-svn: 275490
This commit is contained in:
Richard Smith 2016-07-14 22:15:06 +00:00
parent 8fc1dca8f7
commit 6b016c1575
5 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
struct Init { Init(); ~Init(); } init;

View File

@ -0,0 +1,3 @@
module used { header "used.h" }
module unused { header "unused.h" }
module init { module a { header "init.h" } module b { header "other.h" } }

View File

@ -0,0 +1 @@
// other.h

View File

@ -0,0 +1 @@
// unused.h

View File

@ -0,0 +1,2 @@
// used.h
#include "other.h"