mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
4 lines
163 B
C
4 lines
163 B
C
// RUN: %clang_cc1 -triple %itanium_abi_triple -std=gnu89 %s -emit-llvm -o - | FileCheck %s
|
|
|
|
extern __inline__ void dead_function() {}
|
|
// CHECK-NOT: dead_function
|