]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/sm-c-mode/sm-c-mode-test.c
* packages/sm-c-mode: Add imenu/which-func/add-log support
[gnu-emacs-elpa] / packages / sm-c-mode / sm-c-mode-test.c
index 4690105a395181045d8809868c99403560a18d23..4756064e35edc2c9ee3142cc49bd785e6964668c 100644 (file)
@@ -22,6 +22,10 @@ struct foo {
   int field;
 };
 
+typedef struct bar {
+  int field;
+} *BarPtr;
+
 struct foo *getfoo (void)
 {
   return NULL;