1// RUN: %clang_cc1 -import-call-optimization -emit-llvm %s -o - | FileCheck %s2 3void f(void) {}4 5// CHECK: !"import-call-optimization", i32 1}6