10 lines
323 B
C++
10 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() {}
|