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.
1 parent ee623f8 commit eaa3f8aCopy full SHA for eaa3f8a
test/ConstValues/SectionTopLevel.swift
@@ -2,6 +2,8 @@
2
// RUN: %target-swift-frontend -emit-ir %s | %FileCheck %s
3
// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-feature ParserASTGen | %FileCheck %s
4
5
+// REQUIRES: swift_feature_ParserASTGen
6
+
7
// integer literals
8
@section("mysection") let intLiteral1 = 42 // ok
9
@section("mysection") let intLiteral2: Int8 = 127 // ok
0 commit comments