mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-23 07:52:06 +00:00
932d45ce4d
llvm-svn: 328283
6 lines
215 B
C++
6 lines
215 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/self-referencing-lambda %s -verify -emit-obj -std=c++14 -o %t2.o
|
|
// expected-no-diagnostics
|
|
|
|
#include "a.h"
|