1## This test checks the error message displayed if ODR deduplication 2## is enabled while debug info garbage collection is disabled. 3 4# RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-prefix CHECK %s 5 6# CHECK: error: cannot use --odr-deduplication without --garbage-collection 7