We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c74e3 + 2b996fc commit e5800f1Copy full SHA for e5800f1
test/SILGen/other-entry-point-function-name.swift
@@ -3,6 +3,8 @@
3
// RUN: %target-build-swift %s %t/forward.o -Xfrontend -entry-point-function-name -Xfrontend foobar -o %t/main
4
// RUN: %target-run %t/main | %FileCheck %s
5
6
+// REQUIRES: executable_test
7
+
8
// CHECK: howdy from foobar
9
print("howdy from foobar")
10
0 commit comments