// RUN: %empty-directory(%t) // RUN: %target-swift-frontend -emit-module -parse-stdlib -o %t %s // RUN: llvm-bcanalyzer -dump %t/empty.swiftmodule > %t/empty.dump.txt // RUN: %FileCheck %s < %t/empty.dump.txt // RUN: %FileCheck -check-prefix=NEGATIVE %s < %t/empty.dump.txt // CHECK: // CHECK: blob data = 'empty' // CHECK: // CHECK-NOT: // NEGATIVE-NOT: UnknownCode