mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b3dde36872
--HG-- extra : rebase_source : 533f5e85bf6d1f9f074fee227b60dde08a7baf17
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
function run_test() {
|
|
do_check_null(0);
|
|
}
|