brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · fb82f80 Raw
8 lines · plain
1// REQUIRES: x86-registered-target2 3// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log4// RUN: FileCheck %s -input-file %t.log5// CHECK: "foobar"6 7.secure_log_unique "foobar"8