mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
6 lines
179 B
C
6 lines
179 B
C
// RUN: %clang_cc1 -cfguard -emit-llvm %s -o - | FileCheck %s
|
|
|
|
void f() {}
|
|
|
|
// Check that the cfguardtable metadata flag gets set on the module.
|
|
// CHECK: !"cfguardtable", i32 1}
|