1// REQUIRES: x86-registered-target 2 3// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log 4// RUN: FileCheck %s -input-file %t.log 5// CHECK: "foobar" 6 7.secure_log_unique "foobar" 8