Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / objc-type-param.m
blob3417d62b25ffb08f97a4e133eac063aaccbde395
1 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c -fmodule-name=objc_type_param -emit-module %S/Inputs/module.map
2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify
4 @import objc_type_param;
6 id make(BCallback callback, id arg) {
7   return callback(arg); // expected-error {{too few arguments to function call}}