1 // RUN: %clang_cc1 -cfguard -emit-llvm %s -o - | FileCheck %s 2 3 void f() {} 4 5 // Check that the cfguardtable metadata flag gets set on the module. 6 // CHECK: !"cfguardtable", i32 1} 7