Files
swift-mirror/test/StringProcessing/string_processing_dummy.swift
Arnold Schwaighofer 9511994e52 Revert "Merge pull request #40595 from hamishknight/straw-bales"
This reverts commit a67a0436f7, reversing
changes made to 9965df76d0.

This commit or the earlier commit this commit is based on (#40531) broke the
incremental bot.
2021-12-18 11:02:37 -08:00

12 lines
293 B
Swift

// RUN: %target-swift-frontend -enable-experimental-string-processing -parse-as-library -emit-sil -verify %s
// REQUIRES: libswift,string_processing
import _MatchingEngine
import _StringProcessing
func foo() {
_ = DummyMatchingEngine()
let _: Regex<(Substring, DynamicCaptures)> = ''
}