aboutsummaryrefslogtreecommitdiffstats
path: root/envcallocn.c
diff options
context:
space:
mode:
Diffstat (limited to 'envcallocn.c')
-rw-r--r--envcallocn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/envcallocn.c b/envcallocn.c
index 3c943ef..96aa31c 100644
--- a/envcallocn.c
+++ b/envcallocn.c
@@ -12,7 +12,7 @@ extern inline void *libsimple_envcallocn(int, size_t, va_list);
int
main(void)
{
- return 0;
+ return 0; /* Tested via libsimple_encallocn */
}
#endif