brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · eb1fccd Raw
6 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/merge-implicit-special-members -verify %s3// expected-no-diagnostics4#include "c.h"5int n = pthread_mutex_t().lock;6