mirror of https://github.com/KLayout/klayout.git
6 lines
32 B
Ruby
6 lines
32 B
Ruby
|
|
|
||
|
|
def f
|
||
|
|
raise("An error")
|
||
|
|
end
|
||
|
|
|