summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/small_SUITE_data/src/gh_7153.erl
blob: ef2ef3a25baa28170188376fe74f2d7f4bb5c9e4 (plain)
1
2
3
4
5
-module(gh_7153).
-export([t/1]).

t(X = '原子') ->
    <<X/utf8>>.