Files
rk35xx-android14/external/clang/test/Modules/parse-attributes.modulemap
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

13 lines
404 B
Plaintext

// RUN: rm -rf %t.modules
// RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t.modules \
// RUN: -fmodule-map-file=%s -I%S -include "Inputs/empty.h" \
// RUN: -fsyntax-only -x c++ /dev/null 2>&1 | FileCheck %s
// CHECK: error: expected ']' to close attribute
// CHECK-NOT: error: expected '{' to start module 'A'
module A [system {
header "Inputs/empty.h"
private header "Inputs/empty.h"
}