1// Test that -print-prog-name= correctly returns an empty string2 3// RUN: %clang -print-prog-name= 2>&1 | FileCheck %s4// CHECK-NOT:{{.+}}5 6