mc_translate.c: enable further uses of DLexpensive for scalar EQ/NE comparisons
[valgrind.git] / none / tests / syslog.c
blob0f21a811c08a02b0b659f762c196f72752f070a0
1 // syslog() needs a suppression on Mac OS X (bug 191192). This tests that.
3 #include <syslog.h>
5 int main()
7 syslog(LOG_USER|LOG_DEBUG, "valgrind/none/tests/syslog: test message");
8 return 0;