<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - strip out non-trivial globals before main"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=38835#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - strip out non-trivial globals before main"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=38835">bug 38835</a>
              from <span class="vcard"><a class="email" href="mailto:kendy@collabora.com" title="Jan Holesovsky <kendy@collabora.com>"> <span class="fn">Jan Holesovsky</span></a>
</span></b>
        <pre>git grep '^static[^(]*=.*$' -- "*.cxx" | grep -v
'\<\(bool\|sal_Bool\|OUString\|char\|int\|short\|long\|double\|sal_Int[0-9]*\|sal_uInt[0-9]*\|sal_Char\|sal_Unicode\)\>'
| less

filters out most of the trivial cases...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>