forked from OSchip/llvm-project
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
// RUN: %clang_cc1 -fmodules -fmodule-map-file=%s -I%S -include "Inputs/empty.h" /dev/null
|
||
|
module Blah {
|
||
|
header "Inputs/empty.h"
|
||
|
private header "Inputs/empty.h"
|
||
|
}
|