; RUN: llvm-as -function-summary < %s | llvm-bcanalyzer -dump | FileCheck %s -check-prefix=BC ; Check for function summary block/records. ; BC: [#uses=0] @h = external global void ()* ; [#uses=0] define internal void @0() nounwind { entry: store void()* @0, void()** @h br label %return return: ; preds = %entry ret void }