blob: ced4eb9c8a957a4db9ec9575ebbb41a88e93013a [file] [log] [blame] [edit]
// RUN: %lldb --repl < %s 2>&1 | FileCheck %s
enum Foo: String {
case patatino
}
Foo(rawValue:"patatino")
// CHECK: $R0: Foo? = patatino