Richard Smith 1e02a5aac8 [modules] Properly merge visibility of class definitions that got merged while
parsing then merged again when the module was loaded.

llvm-svn: 240700
2015-06-25 21:42:33 +00:00

5 lines
84 B
C

// Include definition of A into the same module as c.h
#include "a.h"
struct B {};