2 // RUN: split-file %s %t.dir
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps \
4 // RUN: -fmodules-cache-path=%t.dir/cache -triple x86_64-apple-macosx10.11.0 \
5 // RUN: -I%t.dir/headers %t.dir/main.m -emit-llvm -o %t.dir/main.ll
6 // RUN: cat %t.dir/main.ll | FileCheck %s
10 __attribute__((availability(macos,introduced=10.16)))
19 //--- headers/module.modulemap
32 #import <b.h> // NOTE: Non attributed decl imported after one with attrs.
37 if (@available(macOS 11.0, *))
41 // CHECK: @"OBJC_CLASS_$_INIntent" = extern_weak