1 ; RUN: opt %s -dot-callgraph -callgraph-multigraph -callgraph-dot-filename-prefix=%t -disable-output
2 ; RUN: FileCheck %s -input-file=%t.callgraph.dot --check-prefix=CHECK-MULTIGRAPH
3 ; RUN: opt %s -dot-callgraph -callgraph-dot-filename-prefix=%t -disable-output
4 ; RUN: FileCheck %s -input-file=%t.callgraph.dot --check-prefix=CHECK
6 ; CHECK-MULTIGRAPH: {external caller}
7 ; CHECK-NOT: {external caller}