mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-18 12:14:01 -05:00
11 lines
323 B
C++
11 lines
323 B
C++
/* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
/*
|
|
* This source file is used to build the libmodules-test shared libraries;
|
|
* it is automatically built by our build system (see the moz.build file
|
|
* in the same directory as this file);
|
|
*/
|
|
|
|
void nothing() {}
|