hanchenye-llvm-project/clang/test/Modules/update-after-load.cpp

9 lines
207 B
C++

// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -I %S/Inputs/update-after-load -verify -fmodules-cache-path=%t %s
// expected-no-diagnostics
#include "a.h"
namespace llvm {}
#include "b.h"
void llvm::f() {}