1  /* { dg-do compile } */
       2  /* { dg-options "-O3" } */
       3  
       4  #include "tls.h"
       5  
       6  /* foo must use the initial-exec model, foostatic must use the local-exec
       7     model.  */
       8  
       9  /* { dg-final { scan-assembler-times {\tear} 4 { target lp64 } } } */
      10  /* { dg-final { scan-assembler-times {\tear} 2 { target { ! lp64 } } } } */