// RUN: %target-swift-frontend -primary-file %s -disable-availability-checking -c -o /dev/null -O -disable-llvm-optzns // REQUIRES: concurrency // Check that -disable-llvm-optzns does not crash the compiler func testit() async { print(1) }