[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / opt-viewer / Inputs / unicode-function-name / s.swift
blob6347cde51e49ab2c677acf7526f946a2f13f2118
1 infix operator •: AdditionPrecedence
3 func • (a: Int, b: Int) -> Int {
4   return a * b
7 @inline(never)
8 func g(a: Int) -> Int{
9   return a + 1
12 let i = g(a: 1 • 2)