Fork of daniellemaywood.uk/gleam — Wasm codegen work
302 B
8 lines
1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: 2024 The Gleam contributors
3
4// This module is named "app/code".
5//
6// The last segment is the same as a built in Erlang module, but it is in the
7// "app" namespace, so it doesn't clash with Erlang. This should compile
8// successfully.