bolt/deps/llvm-18.1.8/clang/test/CodeGen/2003-12-14-ExternInlineSupport.c

5 lines
167 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -triple %itanium_abi_triple -std=gnu89 %s -emit-llvm -o - | FileCheck %s
extern __inline__ void dead_function(void) {}
// CHECK-NOT: dead_function