diff options
Diffstat (limited to 'tests/napi/module.c')
-rw-r--r-- | tests/napi/module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/napi/module.c b/tests/napi/module.c index 4548aa37f..1ae2ace5d 100644 --- a/tests/napi/module.c +++ b/tests/napi/module.c @@ -1,3 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + typedef struct napi_module { int nm_version; unsigned int nm_flags; |