summaryrefslogtreecommitdiff
path: root/lib/compiler/test/compilation_SUITE_data/string_table.erl
blob: 57d0fc579c862c9ba2254dfee927aa1edf086b2b (plain)
1
2
3
4
5
6
7
8
-module(string_table).
-export([f/1, g/1]).

f(<<"abcdefghi">>) -> string;
f(<<"abcdefghiABCDEFGHI">>) -> stringtable.

g(<<"abcdefghiABCDEFGHI">>) -> stringtable;
g(<<"ABCDEFGHI">>) -> table.