Source code

Revision control

Copy as Markdown

Other Tools

#include "mozilla/Assertions.h"
void foo() {
MOZ_ASSERT(1 == 1);
}