aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/core_fold_SUITE_data/unused_multiple_values_error.core
blob: e06587c9367d1919221b910e2a8e3396d60a8446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module 'unused_multiple_values_error' ['hello'/1]
    attributes []
'hello'/1 =
    fun (_cor0) ->
	do
	    case _cor0 of
	      <_cor0> when 'true' ->
		  <'ok','ok'>
	    end
	    'ok'
end