1; REQUIRES: asserts
2
3; RUN: llvm-as %s -o %t.o
4; RUN: ld -plugin %llvmshlibdir/LLVMgold.so  -shared \
5; RUN:    -plugin-opt=-stats %t.o -o %t2 2>&1 | FileCheck %s
6
7; CHECK: Statistics Collected
8