mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
6 lines
203 B
C++
6 lines
203 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/redecl-found-building-chains -verify %s
|
|
// expected-no-diagnostics
|
|
int n, m;
|
|
#include "d.h"
|
|
A a;
|